home *** CD-ROM | disk | FTP | other *** search
/ Enter 2002 January / EnterCD 1_2002.iso / Internet / HomeSite 5.0 / HomeSite_5_Trial_Installer.exe / data1.cab / Extensions / Includes / tcCFML.inc < prev    next >
Encoding:
Text File  |  2001-10-11  |  10.4 KB  |  111 lines

  1. <!-- Copyright  (c) 1997-2001 Macromedia, Inc. All Rights Reserved. Consult Software License Agreement for more details -->
  2. <!-- version 1.0 - 2001-06-05 -->
  3. <CAT CAPTION="CFML Tags" DESC="A collection of all Cold Fusion Markup Language tags.">
  4.   <CAT CAPTION="Database Manipulation" ICON="Elements">
  5.     <E CAPTION="CFINSERT"        VALUE='<cfinsert datasource="" tablename="" tableowner="" tablequalifier="" formfields=""'    HELPFILE='Docs/CFMLTags/cfinsert.htm'/>
  6.     <E CAPTION="CFPROCPARAM"    VALUE='<cfprocparam'                HELPFILE='Docs/CFMLTags/cfprocparam.htm'/>
  7.     <E CAPTION="CFPROCRESULT"    VALUE='<cfprocresult'                HELPFILE='Docs/CFMLTags/cfprocresult.htm'/>
  8.     <E CAPTION="CFQUERY"        VALUE='<cfquery name="" datasource="" maxrows="" timeout=""'    HELPFILE='Docs/CFMLTags/cfquery.htm'/>
  9.     <E CAPTION="CFQUERYPARAM"    VALUE='<cfqueryparam value=""'                                    HELPFILE='Docs/CFMLTags/cfqueryparam.htm'/>
  10.     <E CAPTION="CFSTOREDPROC"    VALUE='<cfstoredproc'                HELPFILE='Docs/CFMLTags/cfstoredproc.htm'/>
  11.     <E CAPTION="CFTRANSACTION"    VALUE='<cftransaction isolation=""'    HELPFILE='Docs/CFMLTags/cftransaction.htm'/>
  12.     <E CAPTION="CFUPDATE"        VALUE='<cfupdate datasource="" tablename="" tableowner="" tablequalifier="" formfields=""'    HELPFILE='Docs/CFMLTags/cfupdate.htm'/>
  13.   </CAT>
  14.   <CAT CAPTION="Data Output" ICON="Elements">
  15.     <E CAPTION="CFCONTENT"    VALUE='<cfcontent type="" file="" deletefile="No"'            HELPFILE='Docs/CFMLTags/cfcontent.htm'/>
  16.     <E CAPTION="CFCOL"        VALUE='<cfcol text="" header="" width="" align=""'            HELPFILE='Docs/CFMLTags/cfcol.htm'/>
  17.     <E CAPTION="CFGRAPH"    VALUE='<cfgraph'                                            HELPFILE='Docs/CFMLTags/cfgraph.htm'/>
  18.     <E CAPTION="CFGRAPHDATA"    VALUE='<cfgraphdata'                                    HELPFILE='Docs/CFMLTags/cfgraphdata.htm'/>
  19.     <E CAPTION="CFHEADER"    VALUE='<cfheader name="" value=""'                            HELPFILE='Docs/CFMLTags/cfheader.htm'/>
  20.     <E CAPTION="CFOUTPUT"    VALUE='<cfoutput query="" group="" startrow="" maxrows=""'    HELPFILE='Docs/CFMLTags/cfoutput.htm'/>
  21.     <E CAPTION="CFTABLE"    VALUE='<cftable query="" colspacing="" colheaders'            HELPFILE='Docs/CFMLTags/cftable.htm'/>
  22.     <E CAPTION="CFPROCESSINGDIRECTIVE" VALUE='<cfprocessingdirective suppresswhitespace=""'        HELPFILE='Docs/CFMLTags/cfprocessingdirective.htm'/>
  23.   </CAT>
  24.   <CAT CAPTION="Variable Manipulation" ICON="Elements">
  25.     <E CAPTION="CFCOOKIE"    VALUE='<cfcookie name="" value="" expires="" domain="" path="" secure="Yes"'    HELPFILE='Docs/CFMLTags/cfcookie.htm'/>
  26.     <E CAPTION="CFPARAM"    VALUE='<cfparam name="" default=""'        HELPFILE='Docs/CFMLTags/cfparam.htm'/>
  27.     <E CAPTION="<CFSET>"    VALUE='<cfset identifier=value'        HELPFILE='Docs/CFMLTags/cfset.htm'/>
  28.   </CAT>
  29.   <CAT CAPTION="CFML Language/Flow-Control" ICON="Elements">
  30.     <E CAPTION="CFABORT"        VALUE='<cfabort showerror=""'        HELPFILE='Docs/CFMLTags/cfabort.htm'/>
  31.     <E CAPTION="CFCASE"            VALUE='<cfcase'                        HELPFILE='Docs/CFMLTags/cfswitchcfcasecfdefaultcase.htm'/>
  32.     <E CAPTION="CFCATCH"        VALUE='<cfcatch'                    HELPFILE='Docs/CFMLTags/cftrycfcatch.htm'/>
  33.     <E CAPTION="CFEXIT"            VALUE='<cfexit method="ExitTag"'    HELPFILE='Docs/CFMLTags/cfexit.htm'/>
  34.     <E CAPTION="CFIF"            VALUE='<cfif'                        HELPFILE='Docs/CFMLTags/cfifelseifelse.htm'/>
  35.     <E CAPTION="CFLOCATION"        VALUE='<cflocation url="" addtoken=""'    HELPFILE='Docs/CFMLTags/cflocation.htm'/>
  36.     <E CAPTION="CFLOOP"            VALUE='<cfloop index="" from="" to="" step=""'    HELPFILE='Docs/CFMLTags/cfloop.htm'/>
  37.     <E CAPTION="CFSWITCH"        VALUE='<cfswitch'                    HELPFILE='Docs/CFMLTags/cfswitchcfcasecfdefaultcase.htm'/>
  38.     <E CAPTION="CFTHROW"        VALUE='<cfthrow message=""'            HELPFILE='Docs/CFMLTags/cfthrow.htm'/>
  39.     <E CAPTION="<CFBREAK>"                            VALUE='<cfbreak'                        HELPFILE='Docs/CFMLTags/cfbreak.htm'/>
  40.     <E CAPTION="<CFDEFAULTCASE>"    VALUE='<cfdefaultcase></cfdefaultcase>'    HELPFILE='Docs/CFMLTags/cfswitchcfcasecfdefaultcase.htm'/>
  41.     <E CAPTION="<CFSCRIPT>"            VALUE='<cfscript></cfscript>'            HELPFILE='Docs/CFMLTags/cfscript.htm'/>
  42.     <E CAPTION="<CFTRY>"                    VALUE='<cftry></cftry>'                    HELPFILE='Docs/CFMLTags/cftrycfcatch.htm'/>
  43.     <E CAPTION="<CFRETHROW>"        VALUE='<cfrethrow>'                        HELPFILE='Docs/CFMLTags/cfrethrow.htm'/>
  44.     <E CAPTION="<CFSILENT>"        VALUE='<cfsilent>'                        HELPFILE='Docs/CFMLTags/cfsilent.htm'/>
  45.   </CAT>
  46.   <CAT CAPTION="Internet Protocols" ICON="Elements">
  47.     <E CAPTION="CFFTP"            VALUE='<cfftp action="" server="" username="" password="" stoponerror="Yes" name="" directory="" port="" retrycount="" timeout=""'        HELPFILE='Docs/CFMLTags/cfftp.htm'/>
  48.     <E CAPTION="CFHTTP"            VALUE='<cfhttp url="" method="" username="" password="" name="" columns="" path="" file="" textqualifier="" delimiter=""'    HELPFILE='Docs/CFMLTags/cfhttp.htm'/>
  49.     <E CAPTION="CFHTTPPARAM"    VALUE='<cfhttpparam type="" name="" value=""'    HELPFILE='Docs/CFMLTags/cfhttpparam.htm'/>
  50.     <E CAPTION="CFLDAP"            VALUE='<cfldap action="" name="" attributes="" dn="" start="" scope="" startrow="" maxrows="" filter="" sort="" server="" port="" timeout="" username="" password=""'    HELPFILE='Docs/CFMLTags/cfldap.htm'/>
  51.     <E CAPTION="CFMAIL"            VALUE='<cfmail query="" group="" startrow="" maxrows="" to="" from="" subject="" cc=""'        HELPFILE='Docs/CFMLTags/cfmail.htm'/>
  52.     <E CAPTION="CFMAILPARAM"    VALUE='<cfmailparam file="" name=""'                                                        HELPFILE='Docs/CFMLTags/cfmailparam.htm'/>
  53.     <E CAPTION="CFPOP"            VALUE='<cfpop action="" name="" messagenumber="" attachmentpath="" startrow="" maxrows="" server="" port="" timeout="" username="" password=""'        HELPFILE='Docs/CFMLTags/cfpop.htm'/>
  54.   </CAT>
  55.   <CAT CAPTION="File Management" ICON="Elements">
  56.     <E CAPTION="CFDIRECTORY"    VALUE='<cfdirectory action="" directory="" name="" filter="" sort=""'    HELPFILE='Docs/CFMLTags/cfdirectory.htm'/>
  57.     <E CAPTION="CFFILE"            VALUE='<cffile action="" filefield="" destination="" nameconflict="ERROR" accept="" addnewline="Yes"'    HELPFILE='Docs/CFMLTags/cffile.htm'/>
  58.   </CAT>
  59.   <CAT CAPTION="Web Application Framework" ICON="Elements">
  60.     <E CAPTION="CFAPPLICATION"    VALUE='<cfapplication name="" clientmanagement="Yes" sessionmanagement="Yes" sessiontimeout="" applicationtimeout="" clientstorage="Registry" setclientcookies="Yes"'    HELPFILE='Docs/CFMLTags/cfapplication.htm'/>
  61.     <E CAPTION="CFERROR"        VALUE='<cferror type="" template="" mailto=""'    HELPFILE='Docs/CFMLTags/cferror.htm'/>
  62.   </CAT>
  63.   <CAT CAPTION="Cold Fusion Forms" ICON="Elements">
  64.     <E CAPTION="CFFORM"            VALUE='<cfform action="" method="POST" target="" enablecab="Yes" name="" enctype=""'        HELPFILE='Docs/CFMLTags/cfform.htm'/>
  65.     <E CAPTION="CFAPPLET"        VALUE='<cfapplet name="" appletsource="" align="" height="" width="" vspace="" hspace=""'    HELPFILE='Docs/CFMLTags/cfapplet.htm'/>
  66.     <E CAPTION="CFTREE"            VALUE='<cftree'            HELPFILE='Docs/CFMLTags/cftree.htm'/>
  67.     <E CAPTION="CFTREEITEM"        VALUE='<cftreeitem'        HELPFILE='Docs/CFMLTags/cftreeitem.htm'/>
  68.     <E CAPTION="CFGRID"            VALUE='<cfgrid appendkey="Yes"'        HELPFILE='Docs/CFMLTags/cfgrid.htm'/>
  69.     <E CAPTION="CFGRIDCOLUMN"    VALUE='<cfgridcolumn'    HELPFILE='Docs/CFMLTags/cfgridcolumn.htm'/>
  70.     <E CAPTION="CFGRIDROW"        VALUE='<cfgridrow'        HELPFILE='Docs/CFMLTags/cfgridrow.htm'/>
  71.     <E CAPTION="CFGRIDUPDATE"    VALUE='<cfgridupdate'    HELPFILE='Docs/CFMLTags/cfgridupdate.htm'/>
  72.     <E CAPTION="CFINPUT"        VALUE='<cfinput'        HELPFILE='Docs/CFMLTags/cfinput.htm'/>
  73.     <E CAPTION="CFTEXTINPUT"    VALUE='<cftextinput'    HELPFILE='Docs/CFMLTags/cftextinput.htm'/>
  74.     <E CAPTION="CFSLIDER"        VALUE='<cfslider'        HELPFILE='Docs/CFMLTags/cfslider.htm'/>
  75.     <E CAPTION="CFSELECT"        VALUE='<cfselect'        HELPFILE='Docs/CFMLTags/cfselect.htm'/>
  76.   </CAT>
  77.   <CAT CAPTION="Security" ICON="Elements">
  78.     <E CAPTION="CFAUTHENTICATE"        VALUE='<cfauthenticate securitycontext="" username="" password="" setcookie="Yes" throwonfailure="Yes"'        HELPFILE='Docs/CFMLTags/cfauthenticate.htm'/>
  79.     <E CAPTION="CFIMPERSONATE"        VALUE='<cfimpersonate securitycontext="" username="" password="" type=""'                                    HELPFILE='Docs/CFMLTags/cfimpersonate.htm'/>
  80.   </CAT>
  81.   <CAT CAPTION="CFML Utilities" ICON="Elements">
  82.     <E CAPTION="CFASSOCIATE"    VALUE='<cfassociate basetag="" datacollection=""'    HELPFILE='Docs/CFMLTags/cfassociate.htm'/>
  83.     <E CAPTION="CFCACHE"        VALUE='<cfcache'                        HELPFILE='Docs/CFMLTags/cfcache.htm'/>
  84.     <E CAPTION="CFDUMP"            VALUE='<cfdump'                            HELPFILE='Docs/CFMLTags/cfdump.htm'/>
  85.     <E CAPTION="CFEXECUTE"        VALUE='<cfexecute name="" arguments=""'    HELPFILE='Docs/CFMLTags/cfexecute.htm'/>
  86.     <E CAPTION="CFFLUSH"        VALUE='<cfflush'                        HELPFILE='Docs/CFMLTags/cfflush.htm'/>
  87.     <E CAPTION="CFHTMLHEAD"        VALUE='<cfhtmlhead text=""'                HELPFILE='Docs/CFMLTags/cfhtmlhead.htm'/>
  88.     <E CAPTION="CFINCLUDE"        VALUE='<cfinclude template=""'            HELPFILE='Docs/CFMLTags/cfinclude.htm'/>
  89.     <E CAPTION="CFLOCK"            VALUE='<cflock'                            HELPFILE='Docs/CFMLTags/cflock.htm'/>
  90.     <E CAPTION="CFLOG"            VALUE='<cflog'                            HELPFILE='Docs/CFMLTags/cflog.htm'/>
  91.     <E CAPTION="CFMODULE"        VALUE='<cfmodule template="" name=""'    HELPFILE='Docs/CFMLTags/cfmodule.htm'/>
  92.     <E CAPTION="CFOBJECTCACHE"    VALUE='<cfobjectcache action="clear"'  HELPFILE='Docs/CFMLTags/cfobjectcache.htm'/>
  93.     <E CAPTION="CFREGISTRY"        VALUE='<cfregistry'                        HELPFILE='Docs/CFMLTags/cfregistry.htm'/>
  94.     <E CAPTION="CFSAVECONTENT"    VALUE='<cfsavecontent'                    HELPFILE='Docs/CFMLTags/cfsavecontent'/>
  95.     <E CAPTION="CFSCHEDULE"        VALUE='<cfschedule action="" task="" operation="" startdate="" starttime="" enddate="" endtime=""'    HELPFILE='Docs/CFMLTags/cfschedule.htm'/>
  96.     <E CAPTION="CFSERVLET"        VALUE='<cfservlet code=""'                HELPFILE='Docs/CFMLTags/cfservlet.htm'/>
  97.     <E CAPTION="CFSERVLETPARAM"    VALUE='<cfservletparam name=""'            HELPFILE='Docs/CFMLTags/cfservletparam.htm'/>
  98.     <E CAPTION="CFSETTING"        VALUE='<cfsetting showdebugoutput="Yes"'    HELPFILE='Docs/CFMLTags/cfsetting.htm'/>
  99.     <E CAPTION="CFWDDX"            VALUE='<cfwddx action="" input="" output="" toplevelvariable=""'    HELPFILE='Docs/CFMLTags/cfwddx.htm'/>
  100.   </CAT>
  101.   <CAT CAPTION="External Systems" ICON="Elements">
  102.     <E CAPTION="CFOBJECT"    VALUE='<cfobject action="" name="" class="" context="" type=""'        HELPFILE='Docs/CFMLTags/cfobject.htm'/>
  103.     <E CAPTION="CFREPORT"    VALUE='<cfreport report="" orderby="" username="" password=""'        HELPFILE='Docs/CFMLTags/cfreport.htm'/>
  104.   </CAT>
  105.   <CAT CAPTION="Verity Search97" ICON="Elements">
  106.     <E CAPTION="CFCOLLECTION"    VALUE='<cfcollection action="" collection="" path="" language=""'    HELPFILE='Docs/CFMLTags/cfcollection.htm'/>
  107.     <E CAPTION="CFINDEX"        VALUE='<cfindex action="" collection="" key="" type="" title="" query="" body="" urlpath=""'    HELPFILE='Docs/CFMLTags/cfindex.htm'/>
  108.     <E CAPTION="CFSEARCH"        VALUE='<cfsearch collection="" name="" type="" criteria="" startrow="" maxrows="" language=""'    HELPFILE='Docs/CFMLTags/cfsearch.htm'/>
  109.   </CAT>
  110. </CAT>
  111.